Search Engine Builder Standard -- Search this site

 

HOME
HOME
PRODUCTS
PRODUCTS
SUPPORT
SUPPORT
CONTACT US
CONTACT US
FAQ
  Online Forum
  Technical Support
  Parts Reference Manual
  Tech Documentation
  FAQ
  Software Download
2006 GS3 Technologies, Inc. All Rights Reserved
General
Main Boards
Telnet and FTP services

9.1.           Overview of the Telnet server

                 The telnet server, as is implemented in version 2.0.0.1, is a complete implementation of the
                 telnet protocol.

                 All features, negotiation of different settings, password login and others are provided.


9.2.           Q - How do I change the Telnet password?

                 A - The command is:

                      # set pw,new_password

9.3.           Q - How do I add more commands?

                 A - See section 4.5 On adding commands to the serial connection.

                       After the command is added, in cmdproc.c, the telnet.c source file will also need to be
                       changed to process the new command.

9.4.           Q - How do stress test the Telnet server?

                 A - A perl script, called "tnpush", is provided. If the telnet server has a password, then
                       the "tnpush" script will need to be modified (line 34).

                      The tnpush script will send 1 packet per millisecond to the telnet server. This should
                      stress most telnet implementations.

9.5.           Q - Where is FTP?

                 A - FTP is not implemented in version 2.0.0.1 of the software.
Next
Prev
DOWNLOAD